home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-04 | 1.4 KB | 28 lines | [TEXT/R*ch] |
- HTML Markup What's New
- ----------------------
-
- Aside from the minor bug fixes in this version, there are two significant
- fixes. One beta tester reported the shareware notice that usually appears
- at the end of the file appearing earlier and screwing up the rest of the
- output. This has been fixed. Another user reported words that were separated
- by a carriage return getting squished together. This has been fixed.
-
- I have also been experimenting with new memory allocation techniques. In
- previous versions, enough memory was allocated for output using the formula
- twice the original file plus a one kilobyte buffer. This worked well in
- general but had some problems when hundreds of files were processed or large
- files with many conversions. I am working on a new algorithm which will
- always allocate the correct amount of memory regardless of the input. It
- will be a little slower but will be much safer. I had planned on including
- it in this version, but I did not have time to fully test it. Instead, I
- revised the old algorithm by allocating twice the original file plus a
- ten kilobyte buffer. This should suffice for almost all situations.
-
- I'd like for the next beta version to have some more obvious feature
- changes. I appreciate all input into these changes. I have set up an
- informal questionaire online for your to submit your comments. Please
- read the file "Help me out!" for more information.
-
- -Scott J. Kleper
- 6/3/95
-